From 8b63b180d37a822ed5d0911089aedc8ae1361f72 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 17 Oct 2017 17:02:00 +0800 Subject: [PATCH] Distribute all test files --- testsuite/css/parser/meson.build | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/testsuite/css/parser/meson.build b/testsuite/css/parser/meson.build index 7bb8df9c23..8c5e3d444a 100644 --- a/testsuite/css/parser/meson.build +++ b/testsuite/css/parser/meson.build @@ -315,9 +315,6 @@ test_data = [ 'declarations-valid-25.ref.css', 'declarations-valid-26.css', 'declarations-valid-26.ref.css', - 'deprecated.css', - 'deprecated.errors', - 'deprecated.ref.css', 'does-not-exist.css', 'does-not-exist.errors', 'does-not-exist.ref.css', @@ -442,17 +439,18 @@ test_data = [ 'transition-timing-function.css', 'transition-timing-function.ref.css', 'value-inherit.css', + 'value-inherit.ref.css', 'value-inherit.errors', 'value-inherit-shorthand.css', 'value-inherit-shorthand.ref.css', 'value-initial.css', + 'value-initial.ref.css', 'value-initial.errors', 'value-initial-shorthand.css', 'value-initial-shorthand.ref.css', 'value-none.css', 'value-none.errors', 'value-none.ref.css', - 'widget-style-property.css', ] if get_option('install-tests') -- 2.30.2